From: Richard M. Stallman Date: Sat, 30 Dec 2006 06:29:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3096 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a785322391f6009351820de3fb3a6ac0f0ea5075;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a758dfdea95..0c362050ac3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2006-12-30 Richard Stallman + + * files.el (make-backup-file-name-1): Precompute abs name + but don't lose the relative name. + + * international/mule-cmds.el (select-safe-coding-system-interactively): + Fix message. + +2006-12-30 Kevin Rodgers + + * files.el (backup-buffer): Show entire backup file name in msg. + 2006-12-30 Juanma Barranquero * image.el (image-type-header-regexps, image-type-from-data) diff --git a/src/ChangeLog b/src/ChangeLog index 042674655ba..b28401877aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 Richard Stallman + + * keymap.c (Fdefine_key): Doc fix. + 2006-12-29 Kim F. Storm * frame.h (struct frame): New member minimize_tool_bar_window_p.